Skip to content

wasm: Remove --strip-debug argument to LLD #53434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

alexcrichton
Copy link
Member

Originally added in #52887 this commit disables passing --strip-debug to LLD
when optimized. This bring back the original bug of emitting broken debuginfo
but currently it also strips the name section which makes it very difficult
to inspect the final binary. A real fix is happening at
https://reviews.llvm.org/D50729 and we can reevaluate once we've updated LLD to
have that commit.

Originally added in rust-lang#52887 this commit disables passing `--strip-debug` to LLD
when optimized. This bring back the original bug of emitting broken debuginfo
but currently it *also* strips the `name` section which makes it very difficult
to inspect the final binary. A real fix is happening at
https://reviews.llvm.org/D50729 and we can reevaluate once we've updated LLD to
have that commit.
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 16, 2018
@alexcrichton
Copy link
Member Author

@bors: delegate=yurydelendik

r? @yurydelendik

@bors
Copy link
Collaborator

bors commented Aug 16, 2018

✌️ @yurydelendik can now approve this pull request

@yurydelendik
Copy link
Contributor

@bors: r+

@bors
Copy link
Collaborator

bors commented Aug 16, 2018

📌 Commit ed39cc0 has been approved by yurydelendik

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 16, 2018
@alexcrichton
Copy link
Member Author

@bors: rollup

@Hywan
Copy link
Contributor

Hywan commented Aug 29, 2018

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants